Collection which takes another collection as source.
オブジェクト モデル
シンタックス
'宣言
Public MustInherit Class C1WrapDataCollection
(Of As Class,
As Class)
Inherits C1DataCollectionBase(Of T)
Implements IDataCollection(Of T), ISupportAsyncLoading(Of T), ISupportConnection, ISupportCreateNewItem(Of S), ISupportEditing(Of S), ISupportEditing(Of T), ISupportFiltering, ISupportGrouping, ISupportIncrementalLoading, ISupportIndexing(Of T), ISupportPaging, ISupportRangeEditing(Of S), ISupportRefreshing, ISupportSorting, ISupportSource, ISupportVirtualization
public abstract class C1WrapDataCollection<,> : C1DataCollectionBase<T>, IDataCollection<T>, ISupportAsyncLoading<T>, ISupportConnection, ISupportCreateNewItem<S>, ISupportEditing<S>, ISupportEditing<T>, ISupportFiltering, ISupportGrouping, ISupportIncrementalLoading, ISupportIndexing<T>, ISupportPaging, ISupportRangeEditing<S>, ISupportRefreshing, ISupportSorting, ISupportSource, ISupportVirtualization
where S: class
where T: class
型パラメータ
- S
- The type of the items in the source collection.
- T
- The type of the items in the collection.
継承階層
参照